home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / self / contrib.lha / contrib / README-aa < prev    next >
Text File  |  1993-07-24  |  2KB  |  59 lines

  1.   This is completely ALPHA ALPHA ALPHA ALPHA.
  2.   It is getting more complete.
  3.   Is is mostly for James Noble's enjoyment.
  4.     Wed Jul 21 20:21:11 EDT 1993
  5.  
  6.     AA -- An Algebra Assistant
  7.  
  8. Instructions:
  9.  
  10. a)    Extract the tar file into a directory. It will extract
  11.     into a subdirectory: 491
  12.  
  13. b)     Go into that directory.
  14.     Do:
  15.         cd 491
  16.       setenv AATREE `pwd`
  17.     Some strangeness with _RunScript, etc.. make a couple of absolute path names usefull.
  18.  
  19. c)     Load up a small snapshot from this 
  20.     NOTE: I've rebuilt my Self binary to accept a trailing '.' on input files.
  21.        You may have to scan through some of the load and test scripts for '.'
  22.        If you just want my binary, tell me.
  23.  
  24. d)    If your snapshot doesn't include my loadscript code (that searches a path) then
  25.     read in loadscript.self:
  26.        Self> 'loadscript' _RunScript
  27.  
  28. e)    Load up the code.
  29.        Self> 'aa/aa-load' load
  30.  
  31. f)    Invoke a test, say:
  32.        Self> 'test8' load
  33.  
  34. g)     Use the left mouse button to select an image. Selecting it
  35.     again makes the selection bigger.     
  36.  
  37. h)    If you click on the <- button, select something in one window,
  38.     `pick' with the middle button, and then select and pick
  39.     something in another window, you will perform a substitution.
  40.     Substitution code isn't satifactory and is too trivial at this point.
  41.  
  42.     NOTES:
  43.  
  44. i) icons are found by looking for $AATREE/bitmaps. This is done in
  45. navel/viewManager.self, and should probably be moved elsewhere as
  46. James' original comment suggests.   
  47.  
  48. ii) I've let self-mode.el loose on much of the code. Doing diff -b may
  49. be usefull, but I haven't tried that yet.
  50.  
  51. iii) I put xBitmapMaker and eventWatcher from the Self distribution in
  52. newerX in order to make releasing easier. They are unmodified I believe.
  53.  
  54.  
  55.   Michael Richardson
  56.   SCHOOL: mcr@physics.carleton.ca
  57.   HOME:   mcr@sandelman.ocunix.on.ca
  58.  Here is a <A HREF="http://www.civeng.carleton.ca/People/Michael_Richardson/Bio.html>URL</A>
  59.